Angewandte Datenverarbeitung und Visualisierung (WiSe23/24)
  • D. Palleschi
  • Download PDF
  • Download ePub
  1. Course mats
  2. 1  Intro to R
  • Overview
    • Course Overview
    • Syllabus
    • Kursübersicht
  • Course mats
    • 1  Intro to R
  • Reports
    • Bericht 1
    • Bericht 2
    • Bericht 3
  • References

Table of contents

  • 1.1 Ziele {.unnumbered unlisted}
  • 1.2 What is R?
  • 1.3 Why R?
  • 1.4 When to use R
  • 1.5 How to use R
    • 1.5.1 RStudio
    • 1.5.2 RProjects
    • 1.5.3 Rmarkdown and Quarto
    • 1.5.4 Posit Cloud

1  Intro to R

Published

October 18, 2023

1.1 Ziele {.unnumbered unlisted}

1.2 What is R?

We can do simple math.

5 + 5

Or print strings.

print("Hello world!")

Or do more complicated math using functions.

1.3 Why R?

1.4 When to use R

1.5 How to use R

1.5.1 RStudio

1.5.2 RProjects

1.5.3 Rmarkdown and Quarto

1.5.4 Posit Cloud

Kursübersicht
Bericht 1
Source Code
---
date: "10/18/2023"
format: revealjs
filters:
  - webr
---

# Intro to R

## Ziele {.unnumbered unlisted}

- 

## What is R?

We can do simple math.

```{web-r}
5 + 5
```

Or print strings.

```{web-r}
print("Hello world!")
```

Or do more complicated math using functions.



## Why R?

## When to use R

## How to use R

### RStudio

### RProjects

### Rmarkdown and Quarto

### Posit Cloud